home *** CD-ROM | disk | FTP | other *** search
- inherited ChooseOpenGLDlg: TChooseOpenGLDlg
- Left = 394
- Top = 104
- AutoSize = True
- Caption = 'System Settings'
- ClientHeight = 357
- ClientWidth = 321
- PixelsPerInch = 96
- TextHeight = 13
- inherited Bevel1: TBevel
- Left = 0
- Top = 0
- Width = 321
- Height = 273
- end
- object Label1: TLabel [1]
- Left = 8
- Top = 8
- Width = 91
- Height = 13
- Caption = 'OpenGL Drivers'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel [2]
- Left = 8
- Top = 24
- Width = 303
- Height = 52
- Caption =
- 'GenesisII can use any one of several OpenGL implementations. We' +
- ' recommend the SGI Software implementation delivered with the pr' +
- 'oduct as it produces reliable results, but you may prefer to use' +
- ' a hardware implementation. Please see the help for details.'
- WordWrap = True
- end
- object WarningLabel: TLabel [3]
- Left = 8
- Top = 80
- Width = 286
- Height = 13
- Caption = 'Render windows must be closed to change OpenGL settings'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- end
- object Bevel2: TBevel [4]
- Left = 8
- Top = 136
- Width = 305
- Height = 9
- Shape = bsTopLine
- end
- object Label4: TLabel [5]
- Left = 8
- Top = 144
- Width = 160
- Height = 13
- Caption = 'OpenGL Rendering Protocol'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label3: TLabel [6]
- Left = 8
- Top = 160
- Width = 294
- Height = 52
- Caption =
- 'By default GenesisII will render in background and periodically ' +
- 'update the rendering window. On some systems OpenGL can render ' +
- 'direct to the window itself, this is faster but can produce erro' +
- 'rs on incompatible systems. Please see help for details.'
- WordWrap = True
- end
- object Label5: TLabel [7]
- Left = 64
- Top = 248
- Width = 107
- Height = 13
- Caption = 'Refresh rate (seconds)'
- end
- inherited OKBtn: TButton
- Left = 46
- Top = 332
- end
- inherited CancelBtn: TButton
- Left = 126
- Top = 332
- end
- object HelpBtn: TButton
- Left = 206
- Top = 332
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 2
- OnClick = HelpBtnClick
- end
- object SGIGLRadio: TRadioButton
- Left = 8
- Top = 96
- Width = 177
- Height = 17
- Caption = 'SGI Software OpenGL'
- Checked = True
- TabOrder = 3
- TabStop = True
- end
- object MicrosoftOpenGLRadio: TRadioButton
- Left = 8
- Top = 112
- Width = 201
- Height = 17
- Caption = 'Hardware/Microsoft OpenGL'
- TabOrder = 4
- end
- object Mesa3dxfRadio: TRadioButton
- Left = 192
- Top = 96
- Width = 113
- Height = 17
- Caption = '3dxf Mesa'
- TabOrder = 5
- Visible = False
- end
- object RenderCheck: TCheckBox
- Left = 8
- Top = 216
- Width = 153
- Height = 17
- Caption = 'Render direct to window.'
- TabOrder = 6
- OnClick = RenderCheckClick
- end
- object RefreshTimerSpin: TSpinEdit
- Left = 8
- Top = 240
- Width = 49
- Height = 22
- MaxValue = 60
- MinValue = 2
- TabOrder = 7
- Value = 5
- end
- object GroupBox1: TGroupBox
- Left = 0
- Top = 272
- Width = 321
- Height = 57
- Caption = 'Global Paths'
- TabOrder = 8
- object Label6: TLabel
- Left = 8
- Top = 24
- Width = 49
- Height = 13
- Caption = 'Templates'
- end
- object TemplatesSourceEdit: TEdit
- Left = 64
- Top = 20
- Width = 225
- Height = 21
- ReadOnly = True
- TabOrder = 0
- Text = 'TemplatesSourceEdit'
- end
- object TemplatesButton: TButton
- Left = 288
- Top = 20
- Width = 25
- Height = 21
- Caption = '...'
- TabOrder = 1
- OnClick = TemplatesButtonClick
- end
- end
- object BrowsePathFolder: TBrowseFolder
- Flags = [bfFileSysDirsOnly, bfStatusText]
- ShowPathInStatusArea = False
- SyncCustomButton = False
- Left = 8
- Top = 328
- end
- end
-